Platform Explorer / Nuxeo Platform 2023.10

Operation Navigation.ChangeCurrentTab (Change Current Tab)

Description

Change the selected tab for the current document. Preserve the current input.
Operation id Navigation.ChangeCurrentTab
AliasesSeam.ChangeTab
Category User Interface
Label Change Current Tab
Requires Seam
Since

Parameters

Name Description Type Required Default value
tab string yes  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.ChangeTab
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Navigation.ChangeCurrentTab",
  "aliases" : [ "Seam.ChangeTab" ],
  "label" : "Change Current Tab",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Change the selected tab for the current document. Preserve the current input.",
  "url" : "Navigation.ChangeCurrentTab",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "tab",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}